home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / quikme16.zip / READ.ME < prev    next >
Text File  |  1991-04-03  |  8KB  |  210 lines

  1.                      QUIKMENU - Version 1.06
  2.            (C)1990 by OSCS (On-Site Computer Services)
  3.  
  4.  
  5. OVERVIEW
  6. --------
  7.  
  8. QuikMenu is a graphical menu system that allows you to use your
  9. computer more quickly, easily and more intuitively. Complex DOS
  10. commands are replaced by easy-to-use command buttons, pop-up
  11. windows and dialog boxes. Running programs is as easy as pressing
  12. a single key or clicking the mouse. Best of all you don't need to
  13. be a programmer to add an item to your menu.
  14.  
  15. QuikMenu was designed to make using your computer system as easy
  16. and enjoyable as possible. You can use a mouse or your keyboard to
  17. access any menu function. QuikMenu runs in all standard graphics
  18. modes and can operate on most networks that use DOS commands.
  19.  
  20.  
  21. INSTALLING QUIKMENU
  22. -------------------
  23.  
  24. QuikMenu includes an easy to use installation program. During the
  25. installation, a directory of your choice will be created
  26. automatically and the appropriate files transferred to your hard
  27. drive. NOTE: You should only use INSTALL if you are transferring
  28. QuikMenu from a floppy disk to your hard drive.
  29.  
  30. To run the INSTALL program:
  31.  
  32. o Insert your QuikMenu diskette into drive A:
  33. o At the DOS prompt (C:\), type A:\INSTALL and press ENTER
  34. o Follow the instructions on the screen
  35.  
  36.  
  37. STARTING QUIKMENU
  38. -----------------
  39.  
  40. To start QuikMenu:
  41.  
  42. o If you plan to use QuikMenu with a mouse, your mouse driver
  43.   (usually MOUSE.COM) must be loaded first. Please refer to your
  44.   mouse's user manual for more information. NOTE: A mouse is not
  45.   required to use QuikMenu.
  46.  
  47. o From the DOS prompt (C:\), type CD\QUIKMENU and press ENTER. This
  48.   will place you in the QUIKMENU directory. NOTE: If you installed
  49.   QuikMenu in a different directory, then substitute that for
  50.   C:\QUIKMENU above.
  51.  
  52. o Now type QM and press ENTER. NETWORK USERS: Type QNET [user name]
  53.   and press ENTER. For example, QNET John or QNET Sally. NOTE: You
  54.   cannot have two workstations using the same name.
  55.  
  56. o When running QuikMenu for the first time, a dialog box will
  57.   appear asking if you want a menu created for you. If you answer
  58.   YES, QuikMenu will search your hard drive and automatically
  59.   create a button for any program it recognizes. Any programs not
  60.   found by QuikMenu can easily added at any time. If QuikMenu does
  61.   not find a program that's on your hard drive, and you know it's
  62.   in the proper directory, contact OSCS and we'll add it to the
  63.   auto install for the next release.
  64.  
  65.   NOTE: The auto-install feature searches all drives starting with
  66.   C: drive. IF your system has floppy drives labeled D: E:, F:,
  67.   etc. you may experience problems with the auto-install feature.
  68.   To compensate for this try one of these fixes: (1) Place a
  69.   formatted floppy diskette into the suspect disk drive(s). (2)
  70.   Temporarily disable the drive by removing the DEVICE= command
  71.   from the CONFIG.SYS file. (May not be applicable to all systems.)
  72.   (3) Don't use the auto-install feature. (ie: answer NO when
  73.   QuikMenu asks if you want to create a menu.)
  74.  
  75. o Don't forget HELP. If you ever have trouble understanding an
  76.   option while using QuikMenu, simply select the Help command
  77.   button from the top of the screen or press the F1 function key.
  78.  
  79.  
  80. REGISTERING QUIKMENU
  81. --------------------
  82.  
  83. QuikMenu is shareware and may be used free of charge for a trial
  84. period. If you decide to continue using QuikMenu please register
  85. it. Registration entitles you to notification of future upgrades to
  86. QuikMenu, telephone support, and an upgrade path to our commercial
  87. products.
  88.  
  89. Registration per CPU is $35. Since QuikMenu is network compatible
  90. network users may instead purchase a site license for $80 per 10
  91. workstations. VISA and MasterCard accepted.
  92.  
  93. TO REGISTER QUIKMENU: 
  94.  
  95. Call:     (503) 389-5489  (Hours: 9:00 - 5:00 PDT)
  96.  
  97. Fax:      (503) 388-8221
  98.  
  99. Write:    OSCS
  100.           354 NE Greenwood, Suite 205
  101.           Bend, OR  97701
  102.  
  103. You may distribute unregistered copies of QuikMenu freely to your
  104. friends and associates as long as you do not charge for the
  105. program, and all accompanying files are included.
  106.  
  107. FOREIGN ORDERS: Please make payment in US dollars.
  108.  
  109.  
  110.  
  111. ADDING QUIKMENU TO YOUR AUTOEXEC.BAT FILE
  112. -----------------------------------------
  113.  
  114. QuikMenu may be added to your AUTOEXEC.BAT file and automatically
  115. loaded when your computer is turned on. If you've never modified
  116. your AUTOEXEC file before, you may want to consult someone who has.
  117.  
  118. To modify your AUTOEXEC file, you will need some type of editor or
  119. word processor. DOS includes a simple line editor called Edlin that
  120. is well suited for the task. Consult your DOS manual for
  121. information about using Edlin. If a word processor is used, the
  122. file must be saved in either ASCII, Non-Document, or DOS-Text mode.
  123. Otherwise, your computer will not be able to recognize the file.
  124.  
  125. A typical AUTOEXEC.BAT file looks like this:
  126.  
  127.   PROMPT $P $G
  128.   PATH C:\;C:\DOS;..
  129.  
  130. If your AUTOEXEC looks different than our example, don't worry.
  131. These files vary widely from computer to computer.
  132.  
  133. To add QuikMenu to the sample AUTOEXEC above, three lines need to
  134. be added to the end of the file. First, load the mouse driver,
  135. (assuming you're using a mouse, the driver is called "MOUSE" and is
  136. located in the root directory). Next, change to the directory where
  137. you installed QuikMenu (C:\QUIKMENU). Finally, load QuikMenu (QM).
  138. The new AUTOEXEC should look something like this:
  139.  
  140.   PROMPT $P $G
  141.   PATH C:\;C:\DOS;..
  142.   MOUSE
  143.   CD\QUIKMENU
  144.   QM
  145.  
  146. NOTE: If your AUTOEXEC already contains a menu system or auto
  147. loading program, it may need to be removed to prevent it from
  148. interfering with QuikMenu.
  149.  
  150.  
  151. USING QUIKMENU WITH CGA MONITORS
  152. --------------------------------
  153.  
  154. When running QuikMenu on systems equipped with CGA or compatible
  155. monitors you will NOT see any colors. Although CGA is in fact a
  156. color mode, it is limited by its low resolution when running
  157. graphics applications. QuikMenu requires a good portion of screen
  158. space for its dialog boxes, command buttons and help screens. In
  159. order to even run QuikMenu in CGA it is necessary to use the
  160. highest available resolution. In this case 640 x 200.
  161. Unfortunately, this mode allows the use of only two colors - black
  162. and white. While many games may run fine in the lower 320 x 200
  163. four color mode, that space is simply too small to accommodate
  164. QuikMenu.
  165.  
  166.  
  167. OUT OF ENVIRONMENT SPACE ERRORS
  168. -------------------------------
  169.  
  170. If you experience an "OUT OF ENVIRONMENT SPACE" error when using
  171. the QuikMenu DOS Shell you need to increase the size of your DOS
  172. environment. Try inserting the following command into your
  173. CONFIG.SYS file:
  174.  
  175. SHELL C:\COMMAND.COM /E:800 /P
  176.  
  177. CAUTION: IF YOU'RE NOT COMFORTABLE MODIFYING THE CONFIG.SYS FILE
  178. PLEASE FIND SOMEONE WHO IS KNOWLEDGEABLE ABOUT SUCH THINGS TO HELP
  179. YOU. IF IT ISN'T DONE CORRECTLY IT MAY SERIOUSLY AFFECT THE
  180. OPERATION OF YOUR COMPUTER SYSTEM.
  181.  
  182. If you're experiencing an "OUT OF ENVIRONMENT SPACE" error when
  183. running a specific program or batch file from QuikMenu, try using
  184. the !NOSHELL option. Read the QM.HLP file or select the F1=Help
  185. command from within QuikMenu for more information about !NOSHELL.
  186.  
  187.  
  188. MOUSE DRIVER PROBLEMS
  189. ---------------------
  190.  
  191. If your mouse behaves strangely when using QuikMenu you may need to
  192. update your mouse driver software. Problems such as an invisible
  193. cursor or a pointer that leaves a trail of pigment on the screen
  194. are typical of certain older mouse drivers. Contact the computer
  195. store where you purchased your mouse or the manufacturer for
  196. information about updating your mouse driver.
  197.  
  198.  
  199. WINDOWS
  200. -------
  201.  
  202. Programs that run under Microsoft Windows are not automatically
  203. installed by QuikMenu. You can, however, create buttons to run them
  204. like any other program. When adding a button for a windows program
  205. the word WIN or WIN386 must preface the program command in the
  206. command line. For example to load Microsoft Excel:
  207.  
  208. WIN EXCEL
  209.  
  210. Runtime versions of windows programs do not need the WIN preface.